-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*: support certificate based authentication #13955
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13955 +/- ##
===========================================
Coverage ? 80.1802%
===========================================
Files ? 482
Lines ? 121142
Branches ? 0
===========================================
Hits ? 97132
Misses ? 16250
Partials ? 7760 |
/run-all-tests |
friendly ping @imtbkcat @jackysp @tiancaiamao |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@tiancaiamao @jackysp need another LGTM, PTAL 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
/run-all-tests |
@lysu merge failed. |
/run-integration-common-test |
cherry pick to release-3.0 failed |
What problem does this PR solve?
fixes #9708
to make TiDB support certificate-based authentication like mysql.
What is changed and how it works?
mysql.global_priv
system tablerequire clause
info in those new tabletlsConn
ssl_type
,ssl_issuer
,ssl_subject
- (WIP)Check List
Tests
Code changes
Side effects
Related changes
Release note
This change is